ImageStorageHorizontal.resize

  1. bool resize(size_t newWidth, size_t newHeight)
  2. bool resize(size_t newWidth, size_t newHeight)
    struct ImageStorageHorizontal(Color)
    @trusted
    bool
    resize
    (
    size_t newWidth
    ,
    size_t newHeight
    )
    if (
    isColor!Color
    )
  3. size_t width_;
  4. size_t height_;

Meta